gtk4.git
2008-03-18 Sven Neumannset alternative button order on the password dialog.
2008-03-17 Tor LillqvistBug 99192 - Add --with-include-input-modules
2008-03-17 Tor LillqvistBuild testmountoperation only on Unix for now.
2008-03-17 Christian KellnerImplement GtkMountOperation, a subclass of GMountOperat...
2008-03-17 Emmanuele BassiProperly document gtk_container_set_focus_child()....
2008-03-17 Sven Neumannre-wrapped some lines to make them fit into 80 columns
2008-03-17 Yang ZhangUpdated zh_CN translation from manphiz
2008-03-16 Alberto Ruizmore descriptive style names for the ComboBox thickness...
2008-03-16 Alberto Ruizdraw box does more intelligent separation for the xp...
2008-03-16 Alberto RuizThe child is now aware of both the combobox and frame...
2008-03-15 Andre KlapperAdded missing files.
2008-03-15 Andre KlapperAdded "si" to ALL_LINGUAS.
2008-03-15 Andre KlapperAdded missing files.
2008-03-15 Matthias ClasenSet window type hint on the search popup. (#522279...
2008-03-15 Matthias ClasenEmit preedit_start/_end as appropriate. (#521934, Huang...
2008-03-14 Michael Natterergdk/gdkspawn.h gtk/gtkbuilderprivate.h gtk/gtkfilechoos...
2008-03-14 Andre KlapperAdded missing mnemonic to German version.
2008-03-14 Michael Natterercoding style cleanup.
2008-03-14 Tor LillqvistDrop the support for the MSH_MOUSEWHEEL message that...
2008-03-14 Cody RussellChanged 'void int main()' to 'int main()'. (#522211...
2008-03-14 Richard HultPatch from Paul Davis, only flush the toplevel once...
2008-03-14 Federico Mena... Hide the mouse cursor in the completion feedback window
2008-03-14 Federico Mena... Use rough font-based spacing for the completion entry...
2008-03-13 Tor LillqvistRemove superfluous empty line
2008-03-13 Sven Neumanngtk/gtkfilechooserdefault.c set alternative button...
2008-03-13 Sven Neumannadded some line-breaks for readability.
2008-03-13 Federico Mena... ChangeLog for the new GtkFileChooserEntry completion...
2008-03-13 Federico Mena... Beep with gtk_widget_error_bell()
2008-03-13 Federico Mena... Better feedback for sole completions
2008-03-13 Federico Mena... Don't complete the directory separator if it would...
2008-03-13 Federico Mena... Remove obsolete FIXMEs
2008-03-13 Federico Mena... Remove debug printfs
2008-03-13 Federico Mena... Add some FIXMEs
2008-03-13 Federico Mena... On error when loading a folder, use the raw error messa...
2008-03-13 Federico Mena... Clear the current_folder_path if loading yields an...
2008-03-13 Federico Mena... Present an error if we can't load the folder during...
2008-03-13 Federico Mena... Detect when Tab would generate no new completions
2008-03-13 Federico Mena... Debug printfs for deleting/inserting the completion
2008-03-13 Federico Mena... If explicitly completing and we have a completion,...
2008-03-13 Federico Mena... Another FIXME
2008-03-13 Federico Mena... Add completion feedback in other places
2008-03-13 Federico Mena... Find the cursor position from GtkEntry for the completi...
2008-03-13 Federico Mena... Use a timer for the completion feedback window
2008-03-13 Federico Mena... Destroy the completion feedback window
2008-03-13 Federico Mena... Use an alignment for the label like in GtkTooltip
2008-03-13 Federico Mena... Show the label as well as the feedback window
2008-03-13 Federico Mena... Debug printfs for the completion feedback position
2008-03-13 Federico Mena... Create a tooltip-like window to present completion...
2008-03-13 Federico Mena... Beep if there are no matches for explicit completion
2008-03-13 Federico Mena... Scan the completion store again to look for complete...
2008-03-13 Federico Mena... Stubs for all cases of completion feedback
2008-03-13 Federico Mena... Update comments on explicit completion
2008-03-13 Federico Mena... Stubs to give feedback when doing explicit completion
2008-03-13 Federico Mena... Refresh the file part when it gets requested and when...
2008-03-13 Federico Mena... Clear the completion flags before appending the common...
2008-03-13 Federico Mena... Add FIXMEs for beeping later
2008-03-13 Federico Mena... Factor out some code
2008-03-13 Federico Mena... Implement the basic code path for explicit completion
2008-03-13 Federico Mena... Clear pending completions thoroughly
2008-03-13 Federico Mena... Remove debug printfs from populate_completion_store()
2008-03-13 Federico Mena... Debug printfs for finishing the folder load
2008-03-13 Federico Mena... More debug printfs for populating the completion store
2008-03-13 Federico Mena... Debug printfs for populating the completion store
2008-03-13 Federico Mena... Turn on in_change while changing the filename in the...
2008-03-13 Federico Mena... Update some FIXMEs
2008-03-13 Federico Mena... When finding the common prefix, assert that we have...
2008-03-13 Federico Mena... Discard the completion store when we change the folder
2008-03-13 Federico Mena... Add some more FIXMEs
2008-03-13 Federico Mena... Remove obsolete comments
2008-03-13 Federico Mena... Cancel all forms of completion at the appropriate times...
2008-03-13 Federico Mena... Put some more FIXMEs
2008-03-13 Federico Mena... Re-create the completion store right before populating it
2008-03-13 Federico Mena... Populate the completion store when the folder is done...
2008-03-13 Federico Mena... Remove files_added handler
2008-03-13 Federico Mena... Remove files_deleted handler
2008-03-13 Federico Mena... Handle the folder being completely loaded
2008-03-13 Federico Mena... Debug printfs for finding the common prefix
2008-03-13 Federico Mena... Debug printfs for the common prefix
2008-03-13 Federico Mena... Autocomplete by inserting/selecting the common prefix
2008-03-13 Federico Mena... Debugging printfs
2008-03-13 Federico Mena... Start autocompletion in an idle so GtkEntry updates...
2008-03-13 Federico Mena... Rework the way autocompletion is initiated
2008-03-13 Federico Mena... For autocompletion, consider only the text up to the...
2008-03-13 Federico Mena... Don't overwrite the suffix after the cursor when insert...
2008-03-13 Federico Mena... Skip the cursor past the autocompleted part when reques...
2008-03-13 Federico Mena... Move the cursor to the end only if we highlight the...
2008-03-13 Federico Mena... Complete even if not at the end of the text
2008-03-13 Federico Mena... Only auto-insert the prefix if we are at the end of...
2008-03-13 Federico Mena... Find the common prefix based on the cursor position
2008-03-12 Marcel TelkaUpdated Slovak translation by Pavol Šimo.
2008-03-12 Tor LillqvistRemove one extraneous space.
2008-03-12 Tor LillqvistBug 510000 - GtkStatusIcon doesn't reshow after explore...
2008-03-12 Tor LillqvistUpdate to match what configure produces.
2008-03-12 Jens GranseuerDon't define variables in the middle of a block. (...
2008-03-12 Matthias ClasenAdd an overwrite confirmation dialog for print-to-file...
2008-03-12 Matthias ClasenFix a crash
2008-03-12 Daniel Nylandersv.po: Updated Swedish translation
2008-03-12 Matthias ClasenDon't leak paper_size here. (#488820, Morten Welinder)
2008-03-12 Michael Nattererremove this deprecated file.
2008-03-12 Michael Nattererinclude <glib/gstdio.h> for g_fopen().
next